home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
lotus
/
lotus025.dsk
/
FONTLIST.LSS
< prev
next >
Wrap
Text File
|
1995-07-31
|
378b
|
14 lines
REM This script builds a simple font
REM table in a parallel column. For best
REM results, run this script in a new document.
.CreateParallelColumns 2, $LtsAlignmentLeft
Forall face In .ActiveDocument.PrintManager.FaceNames
.Type face
.GotoNextParallelColumn
.Text.Font.FontName = face
.Type "abcdeABCDE1234"
.GotoNextParallelColumn
End Forall